﻿/************** HOME PAGE CSS *******************/


/* Container */




/* Home */
#main.home {
	padding-top: 0px;
	margin-bottom: 0px;
}

.home > h1
{
	margin-top: 0px;
}
.caption {
	
	width: 360px;
	height: 125px;
	padding: 10px 5px 30px 20px;
	color: #CCC616;
	background: transparent url('/Images/background-captionL.png');
	left: 575px;
	display: none;
	z-index: 10;
	margin-bottom: 25px;
	position: absolute;
	top: 70px;

}


.caption > h1 {
	color: #fff;
	font-size: 25px;
	line-height: 28px;
	width: 360px;
	margin-left: -40px;
}
.caption > p {
	width: 350px;
	font-size: 14px;
	margin-bottom: 8px;
	line-height: 18px;
	margin-left: 0px;
	color: #ffffff;
	font-weight: normal;
	font-family: Myriad Pro, Arial, Verdana;
	margin-top: 8px;
}

.readmorebtn{
	width: 70px;	display:block;		
}
    .readmorebtn a{
        text-decoration:none;
        color:#FFF;
        text-align:center;
        margin-left:0.4em;
        font-size:1.03em;
        line-height:2.2em;
    }
.readmorebtn {
	padding-top: 0px;
	/*background: transparent url('/Images/readmore.png') no-repeat left center;*/
    background-color:#008080;
	color: #fff;
	font-weight: normal;
	height: 25px;
	font-size: 11px;
	padding: 0px 0 0 05px;
	margin-bottom:1em;
	margin-right:6em;
	float:right;
	position:relative;
    text-decoration:none;   
	top:-1.2em;
}
.readmorebtn:hover {
	padding-top: 0px;
	/*background: transparent url('/Images/readmore_hover.png') no-repeat left center;*/
    background-color:#008060;
	color: #fff;
	font-weight: normal;
	height: 25px;
	font-size: 11px;
	padding: 0px 0 0 05px;
	margin-bottom:1em;
	margin-right:6em;
	float:right;
	position:relative;
	top:-1.2em;
    text-decoration:none;
}


.caption span
{
	padding-top: 22px;
	/*padding-left: 35px;*/
	display: inline-block;
	line-height: 26px;
	font-weight: normal;
	font-size: 3.5em;
	margin-left:0.5em;
	/*height: 32px;*/
	font-family: Buxton Sketch;
	color:#fff;
}
.caption h1
{
	padding-top: 0px;
	/*padding-left: 35px;*/
	display: inline-block;
	line-height: 0.8em;
	font-weight: normal;
	font-size: 2.5em;
	text-align:right !important;
	margin-left:0.7em;
	margin-top:0.7em;
	/*height: 32px;*/
	font-family: Arial, Helvetica, sans-serif;
	color:#f6f6f6;
}

*+html .caption span
{
	padding-top: 0px;
	/*padding-left: 35px;*/
	display: inline-block;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: -10px;
	font-size: 1.8em;
	font-family:Buxton Sketch, Myriad Pro, Arial, Verdana;
}


